home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60 / 60.xpi / chrome / webdeveloper.jar / content / webdeveloper / dashboard / edit_html.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-06-30  |  308 b   |  11 lines

  1. @import url("chrome://global/skin/");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. #webdeveloper-edit-html-dashboard > textbox
  5. {
  6.     -moz-appearance: none !important;
  7.     font-family: monospace !important;
  8.     margin: 0 !important;
  9.     padding: 0 !important;
  10. }
  11.